home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Writing Formatted Text < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  744 b   |  [TEXT/ttxt]

  1. Subject:     Writing Formatted Text
  2. Sent:        6/11/96 3:58 PM
  3. Received:    6/11/96 4:11 PM
  4. From:        Serge Froment, sfroment@odyssee.net
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Dear ODF Team:
  9.  
  10. Now that I am done reading, I am trying to write. I thought it would be
  11. simpler, but I have problem connecting FW_CMemoryWriter and
  12. FW_CWritableStream together. I have my data object write itself onto a
  13. FW_CMemoryWriter, but then how can I get the buffer to pass to
  14. FW_CWritableStream? Of course, I could pass my own buffer to
  15. FW_CMemoryWriter, but I don't know in advance the length of the text my
  16. data object will write onto the text writer.
  17.  
  18. Serge
  19.  
  20.